Benchmarking overhaul and pin Flake8 <6#220
Conversation
Codecov Report
@@ Coverage Diff @@
## main #220 +/- ##
=======================================
Coverage 99.36% 99.36%
=======================================
Files 28 28
Lines 2829 2829
=======================================
Hits 2811 2811
Misses 18 18 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
stephenworsley
left a comment
There was a problem hiding this comment.
Good work! Just one comment about the license header in one file.
|
Flake8 failure seems possibly related to PyCQA/flake8#1739, but I have not yet worked out what in our config is causing the problem. |
|
See also PyCQA/flake8#1758 |
Happens even without any config at all in |
Should be fixed once PyCQA/flake8-import-order#190 is in a release. |
stephenworsley
left a comment
There was a problem hiding this comment.
Looks good, I guess we can ignore the greetings failure for the time being as that seems to be a seperable issue.
A detailed restructure of the benchmarking architecture in line with what has already been done on SciTools/iris. The original architecture included several experiments which we have since iterated and improved within Iris.
Closes #210.